@charset="UTF-8";

*{
    margin: 0;
    padding: 0;
}
em,i{
    font-style: normal;
}
li{
    list-style: disc;
}
img{
    border: 0;
    vertical-align: middle;
}
a{
    text-decoration: none;
}

body{
    font-family: "microsoft yahei", "宋体";
    color:#333;
    font-size:16px;
}

@font-face {
  font-family: "AIDeep";
  src: url("./fonts/AiDeep-2.otf");
  font-weight: normal;
  font-style: normal;
}
